home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Online / privoxy-3.0.0-stable / standard.action < prev    next >
Text File  |  2002-10-27  |  4KB  |  148 lines

  1. ######################################################################
  2. #  File        :  $Source: /cvsroot/ijbswa/current/standard.action,v $
  3. #  $Id: standard.action,v 1.2.2.2 2002/07/27 18:13:36 oes Exp $
  4. #
  5. #  Purpose     :  Provide prefedined sets of actions, see
  6. #                 http://www.privoxy.org/faq/questions.html#CONFIGFILES
  7. #
  8. #  Copyright   :  Written by and Copyright
  9. #                 Privoxy team. http://www.privoxy.org/
  10. #
  11. ######################################################################
  12.  
  13. ######################################################################
  14. #
  15. # CAUTION: MODYFING THIS FILE IS *NOT* RECOMMENDED for the average
  16. #          user.
  17. #
  18. #          If you want to customize Privoxy to suit your needs, 
  19. #          you can alter the default section in default.action and/or
  20. #          add your personal exceptions and extensions to user.action
  21. #
  22. ######################################################################
  23.  
  24. ################
  25. #
  26. # Cautions settings -- safe for all sites, but offer little privacy protection
  27. #
  28. { \
  29. -add-header \
  30. -block \
  31. -crunch-outgoing-cookies \
  32. -crunch-incoming-cookies \
  33. -deanimate-gifs \
  34. -downgrade-http-version \
  35. -fast-redirects \
  36. +filter{js-annoyances} \
  37. +filter{html-annoyances} \
  38. +filter{webbugs} \
  39. -filter{popups} \
  40. -filter{frameset-borders} \
  41. -filter{refresh-tags} \
  42. -filter{img-reorder} \
  43. +filter{banners-by-size} \
  44. -filter{banners-by-link} \
  45. -filter{fun} \
  46. +filter{nimda} \
  47. -filter{shockwave-flash} \
  48. -filter{js-events} \
  49. -filter{crude-parental} \
  50. -handle-as-image \
  51. +hide-forwarded-for-headers \
  52. +hide-from-header{block} \
  53. -hide-referrer \
  54. -hide-user-agent \
  55. -kill-popups \
  56. -limit-connect \
  57. +prevent-compression \
  58. -send-vanilla-wafer \
  59. -send-wafer \
  60. -session-cookies-only \
  61. +set-image-blocker{pattern} \
  62. }
  63. standard.Cautious
  64.  
  65. ################
  66. #
  67. # Medium settings -- safe for most sites, with reasonable protection/damage tradeoff
  68. #
  69. { \
  70. -add-header \
  71. -block \
  72. -crunch-outgoing-cookies \
  73. -crunch-incoming-cookies \
  74. +deanimate-gifs{last} \
  75. -downgrade-http-version \
  76. -fast-redirects \
  77. +filter{js-annoyances} \
  78. +filter{html-annoyances} \
  79. +filter{webbugs} \
  80. +filter{popups} \
  81. -filter{frameset-borders} \
  82. -filter{refresh-tags} \
  83. -filter{img-reorder} \
  84. +filter{banners-by-size} \
  85. -filter{banners-by-link} \
  86. -filter{fun} \
  87. +filter{nimda} \
  88. -filter{shockwave-flash} \
  89. -filter{js-events} \
  90. -filter{crude-parental} \
  91. -handle-as-image \
  92. +hide-forwarded-for-headers \
  93. +hide-from-header{block} \
  94. +hide-referrer{forge} \
  95. -hide-user-agent \
  96. -kill-popups \
  97. -limit-connect \
  98. +prevent-compression \
  99. -send-vanilla-wafer \
  100. -send-wafer \
  101. +session-cookies-only \
  102. +set-image-blocker{pattern} \
  103. }
  104. standard.Medium
  105.  
  106. ################
  107. #
  108. # Advanced settings -- fun but risky (and include new filters)
  109. #
  110. { \
  111. +add-header{X-User-Tracking: sucks} \
  112. -block \
  113. +crunch-outgoing-cookies \
  114. +crunch-incoming-cookies \
  115. +deanimate-gifs{last} \
  116. -downgrade-http-version \
  117. +fast-redirects \
  118. +filter{js-annoyances} \
  119. +filter{html-annoyances} \
  120. +filter{webbugs} \
  121. +filter{popups} \
  122. +filter{frameset-borders} \
  123. -filter{refresh-tags} \
  124. +filter{img-reorder} \
  125. +filter{banners-by-size} \
  126. +filter{banners-by-link} \
  127. +filter{fun} \
  128. +filter{nimda} \
  129. -filter{shockwave-flash} \
  130. -filter{js-events} \
  131. -filter{crude-parental} \
  132. -handle-as-image \
  133. +hide-forwarded-for-headers \
  134. +hide-from-header{block} \
  135. +hide-referrer{forge} \
  136. -hide-user-agent \
  137. -kill-popups \
  138. -limit-connect \
  139. +prevent-compression \
  140. -send-vanilla-wafer \
  141. -send-wafer \
  142. -session-cookies-only \
  143. +set-image-blocker{pattern} \
  144. }
  145. standard.Advanced
  146.